home *** CD-ROM | disk | FTP | other *** search
- LISTATO 2 - SORGENTI DI DATICOMPLETI2.ASP
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-
- <html>
- <head>
- <title>Un form</title>
- </head>
-
- <body>
-
-
- <p>Caro Mario, ho visto che ti interessi di musica. Ti dispiace indicarmi il nome del tuo cantante o gruppo preferito?</p>
- <form action="visdaticompleti2.asp" method="post">
-
- <input type="hidden" name="txt_nome" value="Mario">
- <input type="hidden" name="txt_cognome" value="Rossi">
- <input type="hidden" name="rad_sesso" value="M">
- <input type="hidden" name="sel_eta" value="0-20">
- <input type="hidden" name="chk_hobby" value="Musica">
- <input type="hidden" name="txa_note" value="Ecco qualche nota">
-
- Cantante o gruppo preferito <input type="text" name="txt_cantante">
-
- <input type="submit" value="Invia">
-
- </form>
-
- </body>
- </html>
-
-